home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / parad / jun95 / ripp13.gif < prev    next >
Graphics Interchange Format  |  1996-07-10  |  10KB  |  525x417  |  4-bit (6 colors)
Labels: text | screenshot | display | number | font | software
OCR: HELP.FSL :: #Form1 :: mHelp* method mHelp ( ) var tcHelp TCursor endVar if active.class <> "Field" then msg Info("Help", "Help is only available for fields.") return else ignoreCaseInLocate (Yes) tcHelp.open("help.db") endIf if tcHelp.locate(1, active. tableName, 2,active.fieldName) then msgInfo("Help for field: " + active.fieldName , strVal(tcHelp.help)) else msg Info("Help", "No help is available for this field.") endIf endmethod Edi Line: 16 Col: 2